home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / temacd / pspad / pspad453inst_cz(2).exe / {app} / Context / Txt.DEF < prev    next >
Encoding:
Text File  |  2007-05-13  |  867 b   |  37 lines

  1. ; PSPad clip definition file for Text
  2. ; author: usb01243
  3. ; last revision 12. Jul 2006 15:25
  4. ;
  5. [Test | Test section]
  6. The next line ends with the word THIS
  7. which is pasted to a text file as NUL %THIS%
  8.  
  9. But with a space anywhere between the % signs
  10. it is pasted 'correctly' % THIS%
  11.  
  12. I can't escape it with '\'
  13. as you can see here: \%THIS\%
  14.  
  15. Nor can I with MS's '^'
  16. as you can see here: ^%THIS^%
  17.  
  18. This produces the following result when used in a *txt file:
  19.  
  20. The next line ends with the word THIS
  21. which is pasted to a text file as NUL
  22.  
  23. But with a space anywhere between the % signs
  24. it is pasted 'correctly' % THIS%
  25.  
  26. I can't escape it with '\'
  27. as you can see here: \%THIS\%
  28.  
  29. Nor can I with MS's '^'
  30. as you can see here: ^%THIS^%
  31.  
  32. [pokus| pokus]
  33. Datum: %date%
  34. Cas: %Time%
  35. Datum a cas: %DateTime%
  36. UserName: %UserName%
  37. OpenFile: %FileName%